home *** CD-ROM | disk | FTP | other *** search
- Short: Remove assigns from a dir and its subdirs
- Author: TheAntony@bigfoot.com (Andrija Antonijevic)
- Uploader: TheAntony@bigfoot.com (Andrija Antonijevic)
- Version: 1.2
- Type: util/rexx
-
-
-
- This script removes all assigns from a directory and all its
- subdirectories and files and optionally deletes the directory with its
- contents. $VER: ElAssign.REXX V1.2 (16.12.97) © Andrija Antonijevic
-
- Written by Andrija Antonijevic <TheAntony@bigfoot.com>.
-
- Many thanks to Charles Patterson <midian@azstarnet.com> whose
- DeAssign.dopus5 gave me the idea to write my own version.
-
- I made the following improvements:
-
- - You don't need DOpus5 since it works with everything including
- DOpus4, DOpus5 and any other kind of filemanager program.
-
- - It will remove all assigns from a directory and all its subdirectories
- and files unless NODEEP option is specified.
-
- - Deleting chosen directory with all its contents is just an
- option here. You can specify DELETE for deleting the directory
- with confirmation and KILL for deleting without confirmation.
-
- - You can give any kind of path to the directory/file: using
- complete path, relative path or assign.
-
- Version 1.2:
-
- - Fixed a small bug which would cause things like "CD0:" not to
- be properly deassigned.
-
- Version 1.1:
-
- - Fixed a very dangerous bug caused by different treatment
- of .info files in DOS. If .info file was passed as argument
- to this script, it would eventually become the current directory!
- So it was very dangerous if someone used KILL option and selected
- icon file for deletion.
-
- Requirements:
- ~~~~~~~~~~~~~
-
- - rexxsupport.library (reqired)
-
- - rexxreqtools.library - only if you specify DELETE option
-
- - Filemanager like DOpus4 or 5 will make things easier (optional ;))
-
-
- If you find any bugs or have some suggestions, please contact me.
-
-
-
- /// /_\ _ _| |_ ___ _ _ _ _ Amiga Translators Organization
- __ /// / _ \| ' \ _/ _ \ ' \ || | (Serbian department)
- \\\/// /_/ \_\_||_\__\___/_||_\_, | Height Anxiety
- \XX/ TheAntony@bigfoot.com |__/ Team AMIGA
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 7004 3042 56.5% 17-Dec-97 02:43:26 +ElAssign.guide
- 2302 1052 54.3% 17-Dec-97 02:45:00 +ElAssign.readme
- 6090 2546 58.1% 16-Dec-97 22:35:12 +ElAssign.REXX
- -------- ------- ----- --------- --------
- 15396 6640 56.8% 19-Dec-97 00:58:06 3 files
-